home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spy Sweeper Free / ssftrialsnrsetup1_1894289931.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRAONEOFFTOOLPAGE / TFRAONEOFFTOOLPAGE.txt
Encoding:
Text File  |  2006-10-20  |  2.7 KB  |  123 lines

  1. inherited fraOneOffToolPage: TfraOneOffToolPage
  2.   Height = 461
  3.   OnResize = FrameResize
  4.   ExplicitHeight = 461
  5.   inherited pnlHeader: TPanel
  6.     inherited imgStep: TResImage
  7.       ResourceImage = 'PI_SWEEP'
  8.     end
  9.   end
  10.   object pnlMain: TTePanel
  11.     Left = 8
  12.     Top = 80
  13.     Width = 609
  14.     Height = 324
  15.     Anchors = [akLeft, akTop, akRight, akBottom]
  16.     BevelInner = bvRaised
  17.     BevelOuter = bvLowered
  18.     TabOrder = 1
  19.     ThemeObject = 'MainPanel'
  20.     DesignSize = (
  21.       609
  22.       324)
  23.     object lblTitle: TResLabel
  24.       Left = 8
  25.       Top = 8
  26.       Width = 158
  27.       Height = 14
  28.       Color = clWhite
  29.       Font.Charset = DEFAULT_CHARSET
  30.       Font.Color = clWindowText
  31.       Font.Height = -12
  32.       Font.Name = 'Tahoma'
  33.       Font.Style = [fsBold]
  34.       ParentColor = False
  35.       ParentFont = False
  36.       ShowAccelChar = False
  37.       Transparent = True
  38.       ResourceCaption = 35501
  39.     end
  40.     object lblBody: TResLabel
  41.       Left = 8
  42.       Top = 32
  43.       Width = 592
  44.       Height = 124
  45.       Anchors = [akLeft, akTop, akRight]
  46.       AutoSize = False
  47.       Color = clWhite
  48.       ParentColor = False
  49.       ShowAccelChar = False
  50.       Transparent = True
  51.       ResourceCaption = 35502
  52.     end
  53.     object pnlTools: TPanel
  54.       Left = 8
  55.       Top = 178
  56.       Width = 601
  57.       Height = 137
  58.       Anchors = [akLeft, akTop, akRight]
  59.       BevelInner = bvRaised
  60.       BevelOuter = bvLowered
  61.       TabOrder = 0
  62.       object sbTools: TScrollBox
  63.         Left = 2
  64.         Top = 2
  65.         Width = 597
  66.         Height = 133
  67.         HorzScrollBar.Visible = False
  68.         Align = alClient
  69.         Anchors = [akLeft, akTop, akRight]
  70.         BorderStyle = bsNone
  71.         Color = clWhite
  72.         ParentColor = False
  73.         TabOrder = 0
  74.         object bvToolDiv: TBevel
  75.           Left = 189
  76.           Top = 0
  77.           Width = 2
  78.           Height = 212
  79.           Shape = bsLeftLine
  80.         end
  81.       end
  82.     end
  83.     object pnlThreatCaption: TPanel
  84.       Left = 8
  85.       Top = 162
  86.       Width = 193
  87.       Height = 20
  88.       Alignment = taLeftJustify
  89.       BevelInner = bvRaised
  90.       BevelOuter = bvLowered
  91.       Caption = 'threat name'
  92.       TabOrder = 1
  93.     end
  94.     object pnlDownloadCaption: TPanel
  95.       Left = 199
  96.       Top = 162
  97.       Width = 410
  98.       Height = 20
  99.       Alignment = taLeftJustify
  100.       Anchors = [akLeft, akTop, akRight]
  101.       BevelInner = bvRaised
  102.       BevelOuter = bvLowered
  103.       Caption = 'threat download'
  104.       TabOrder = 2
  105.     end
  106.   end
  107.   object btnNext: TResTeButton
  108.     Left = 441
  109.     Top = 413
  110.     Width = 176
  111.     Height = 40
  112.     OnClick = btnNextClick
  113.     Alignment = taLeftJustify
  114.     Anchors = [akRight, akBottom]
  115.     NumGlyphs = 2
  116.     ThemeObject = 'ActionButton'
  117.     TabOrder = 2
  118.     ResourceImage = 'AB_STARTSWEEP'
  119.     ResourceCaption = 35506
  120.     ResourceHint = 41741
  121.   end
  122. end
  123.